home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / danix201.zip / UUENCODE.1 < prev    next >
Text File  |  1993-04-27  |  439b  |  17 lines

  1. UUENCODE(1)            Danix Utilities            UUENCODE(1)
  2.  
  3. NAME
  4.     uuencode - encode a file for file transmission
  5.  
  6. SYNOPSIS
  7.     uuencode [infile] outfile
  8.  
  9. DESCRIPTION
  10.     uuencode reads the file 'infile' (or standard input if no file is
  11.     given), and outputs an ascii encoding of the file to the standard
  12.     output.  The 'outfile' option will be stored in the uuencoded
  13.     file as the name to be used when extracting the file.
  14.  
  15. SEE ALSO
  16.     uudecode(1)
  17.